Welcome![Sign In][Sign Up]
Location:
Search - digital image processing image compression

Search list

[Graph programVisual C++ for image processing -v2

Description: 《 Visual C++数字图像处理(第二版)》一书源代码 该书主要讲述如何使用Visual C++进行数字图像处理。全书共11章,分别介绍了图像的点运算、几何变换、正交变换、图像增强、腐蚀算法、膨胀算法、细化算法、边缘检测与提取、轮廓跟踪、图像分析、图像复原和图像的压缩编码技术,对每种常用的数字图像处理方法,本书都提供了完整的源代码。 本书内容丰富,叙述详细,实用性强,适合于数字图像处理工作者阅读参考。- How "Visual C Numeral Picture Processing (Second Edition)" does a book source code this book mainly narrate uses Visual C to carry on digital picture processing. The entire book altogether 11 chapters, separately introduced the picture spot operation, the geometry transformation, the orthogonal transformation, the image enhancement, the corrosion algorithm, the inflation algorithm, the thin algorithm, the edge examination with withdraw, the outline track, the image analysis, the picture recovers with the picture compression code technology, to each commonly used digital picture processing method, this book has all provided the integrity source code. This book content rich, narration detailed, the usability is strong, suits processes the worker to the digital picture to read the reference.
Platform: | Size: 6281216 | Author: 刘宏 | Hits:

[Special Effectsbianmashiyan

Description: 数字图像处理实验 根据原图像的直方图,发现背景和目标的分割值大约在130左右,并将灰度图像转为二值图像,分割效果比较理想。 图像处理实验(六)图像压缩与编码 实验目的: 学习JPEG压缩编码 实验内容: 一.实现基本JPEG的压缩和编码分三个步骤: 1. 首先通过DCT变换去除数据冗余; 2. 使用量化表对DCT系数进行量化; 3. 对量化后的系数进行Huffman编码。-digital image processing experiments based on the original image histogram, found background and objectives of the divided about the value of around 130 and two gray-scale image to image, Segmentation more satisfactory results. Image processing experiments (6) Image Compression and Coding of the experiment : Learning JPEG compression coding experiment : one. Basically JPEG compression and coding in three steps : 1. First through DCT remove data redundancy; 2. Using quantitative table right DCT coefficient quantization; 3. Right quantized coefficients of Huffman coding.
Platform: | Size: 4096 | Author: qq | Hits:

[matlab2006121819221395587

Description: MATLAB数字图象处理的主要源码.包括图象去噪变换增强恢复识别压缩的各种算法-MATLAB digital image processing the main source. Transform Image Denoising including enhanced recovery recognition of the compression algorithms
Platform: | Size: 78848 | Author: 邓鹏 | Hits:

[OtherMatlabimageprocessingfunction

Description: 关于数字图像处理基本算法(matlab)的电子书,包括图像增强、滤波、彩色变换、压缩等。-of digital image processing algorithms (Matlab) of e-books, including image enhancement, filtering, Color conversion, compression.
Platform: | Size: 427008 | Author: | Hits:

[OtherImageCompressiontoAdvancedVideoCoding

Description: This book discusses the growth of digital television technology and the revolution in image and video compression, highlighting the need for standardization in processing static and moving images and their exchange between computer systems
Platform: | Size: 12510208 | Author: xx | Hits:

[Special EffectsImageProcessing

Description: 基本jpeg压缩源码,包括dct,量化,zigzag和huffman编码,适于数字图像处理开发人员。-Basic jpeg compression source, including dct, quantization, zigzag and huffman encoding, suitable for digital image processing developer.
Platform: | Size: 110592 | Author: 赵瑞 | Hits:

[Otherdigitalimageprocessing

Description: 一本名叫<数字图像处理、压缩与识别技术>,对于希望学习图象处理,压缩,识别的同学很有帮助.-A named <digital image processing, compression and recognition technology>, who want to learn image processing, compression, recognition of students helpful.
Platform: | Size: 4711424 | Author: nan | Hits:

[Othershuzitxclyuysbmjs

Description: 数字图像处理与压缩编码技术,数字图像处理方面的好书,看了就知道-Digital image processing and compression technology, digital image processing books, read on to know
Platform: | Size: 13795328 | Author: 夏杰 | Hits:

[Special EffectsVC++image

Description: 各种数字图像处理的算法及编程实现源码。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态处理学、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、图像的小波变换和JPEG图像的压缩编码。-A variety of digital image processing algorithms and programming source code. The main contents include: basis bitmap, image display, image geometric transformation, image transformation, image smoothing, image sharpening and edge detection, image segmentation and measurement, image handle the form of science, image transform domain treatment and application, image synthesis, 24-bit color image processing, image of the wavelet transform and JPEG image compression coding.
Platform: | Size: 11997184 | Author: 邓玥琳 | Hits:

[2D Graphicimagedemo

Description: 包含了各种基本的数字图象处理算法的matlab实现的源代码,如图象增强,变换,恢复,压缩算法实现-Contains a variety of basic digital image processing algorithms realize the matlab source code, such as image enhancement, transformation, restoration, compression algorithm to achieve
Platform: | Size: 11264 | Author: lt | Hits:

[Special EffectsDImageProcess

Description: 实现数字图像基本处理算法,DImageProcess工程只需载入Bmp格式的文件,便可通过菜单实现各种处理算法, 需要强调一点,其只对256色格式的图片进行处理。包括图像增强,边缘检测与图像分析,图像的压缩编码,以及数学形态学等等,很不错的。-The realization of the basic digital image processing algorithms, DImageProcess works just loading Bmp format documents, will be able to achieve through the menu of various treatment algorithms, needs to stress that its only 256-color image format for processing. Including image enhancement, edge detection and image analysis, image compression coding, and mathematical morphology, etc., very good.
Platform: | Size: 5515264 | Author: hy | Hits:

[Graph programprogram

Description: 数字图像处理领域中的一些应用实例,以理论和实践相结合的方式,系统地介绍了如何使用C#进行数字图像处理。 全书共11章,分别讲述了图像的点运算、几何运算、数学形态学图像处理方法、频率变换、图像平滑与去噪、边缘检测、图像分割、图像压缩编码和彩色图像处理等相关技术。-Digital image processing in the field of some application examples to the theory and practice, a combination of systematically describes how to use C# for digital image processing. The book has 11 chapters, respectively, the point about the image computing, geometric computing, mathematical morphology image processing method, frequency conversion, image smoothing and denoising, edge detection, image segmentation, image compression and color image processing and other related technologies.
Platform: | Size: 1009664 | Author: yangou | Hits:

[Special EffectsVC-P-P-image-processing-programming

Description: 本书介绍了各种数字图像处理的算法及编程实现技术。全书由13章和一个附录组成。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态处理学、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、图像的小波变换和JPIG图像的压缩编码。 本书介绍了近90种图像处理的技术,这些技术与编程实例相结合,提供了VC++编程步骤,图像处理的编程代码,并且处理前的图像可与处理之后的图像对照比较。实例程序的框架结构简单,代码简洁,使初学VC++者很快就能编写图像处理的程序代码。 本书可作为高等院校计算机工程、信息工程、生物医学工程、智能机器人学、工业自动化、模式识别及相关学科的教师、研究生、本科生、专科生的教材或参考书,亦可供有关工程技术人员参考。-This book presents a variety of digital image processing algorithms and programming techniques. Book is composed of 13 chapters and an appendix. The main contents include: the bitmap based image display, image geometric transformation, image gray level transformation, image smoothing, image sharpening and edge detection, image segmentation and measurement, image processing morphological study, the image of the transform domain processing and applications, image synthesis, 24-bit color image processing, the wavelet transform and JPIG image compression. This book describes nearly 90 kinds of image processing technologies, and programming examples of these technologies combine to provide a VC++ programming steps, image processing, programming code, and handle pre-processed image with the image comparisons. Simple example program framework, the code simple, so beginners can quickly VC++ by writing image processing code. This book can serve as institutions of higher learning c
Platform: | Size: 25216000 | Author: 微筱柒 | Hits:

[OtherDigital-Image-Processing-By-Gonzalez-2nd-Edition-

Description: Digital Image Fundamentals Image Enhancement in the Spatial Domain Image Enhancement in the Frequency Image Restoration Color Image Processing Wavelets and Multiresolution Processing Image Compression Morphological Image Processing Image Segmentation Representation and Description Object Recognition. -Digital Image Fundamentals Image Enhancement in the Spatial Domain Image Enhancement in the Frequency Image Restoration Color Image Processing Wavelets and Multiresolution Processing Image Compression Morphological Image Processing Image Segmentation Representation and Description Object Recognition.
Platform: | Size: 5950464 | Author: Erica Costa | Hits:

[Special EffectsDigital-image-processing-and-MATLAB

Description: 图像采集,图像变换,图像增强与恢复,图像分割,图像分析与理解,图像压缩-Image acquisition, image transformation, image enhancement and restoration, image segmentation, image analysis and understanding, image compression
Platform: | Size: 8358912 | Author: 王晓 | Hits:

[Special EffectsMATLAB

Description: 基于matlab的数字图像处理,图像的压缩变换,几何变换,Radon变换。图像分割技术。-Matlab-based digital image processing, image compression conversion, geometric transformations, Radon transform. Image segmentation technology.
Platform: | Size: 43008 | Author: 沈平 | Hits:

[Special EffectsFractal-image-compression

Description: 基于C#的数字图像处理实验源码,分形图像压缩实验源码,包含源码及要处理的图像-Digital image processing source experiment based on C#, fractal image compression source experiment, the image contains the source code and to deal with
Platform: | Size: 158720 | Author: 王江 | Hits:

[Special EffectsMATLAB-digital-image-processing-

Description: 《数字图像处理及MATLAB实现》杨杰 MATLAB 环境下的图像变换、图像增强、图像复原、图像压缩、小波变换等等完整源代码-The digital image processing and MATLAB Yang jie MATLAB environment image transformation, image enhancement, image restoration, image compression, wavelet transform, and so on complete source code
Platform: | Size: 10691584 | Author: 吴哲 | Hits:

[AI-NN-PRdigital-image-processing

Description: 数字图像处理,简单介绍图像的增强,压缩,二值化以及相关的图像处理技术,适合入门者学习图像处理相关的知识。-Digital image processing is introduced, enhancement, image compression, the value of two and the related image processing technology, suitable for beginners to learn the relevant knowledge of image processing.
Platform: | Size: 2862080 | Author: David | Hits:

[VC/MFCVisual-CPP-digital-image-processing

Description: 本书主要讲述如何使用Visual C++进行数字图像处理。全书共11章,分别介绍了图像的点运算、几何变换、正交变换、增强、腐蚀算法、膨胀算法、细化算法、边缘检测与提取、轮廓跟踪、图像分析、图像复原和图像的压缩编码技术。对每种常用的图像处理方法,本书都提供了完整的源代码。-This book focuses on how to use the Visual C++ digital image processing. The book has 11 chapters, describing the image point operations, geometric transformations, orthogonal transformation, enhancement, corrosion algorithm, the expansion algorithm, thinning algorithm, edge detection and extraction, contour tracking, image analysis, image restoration and image compression coding technology. For each common image processing methods, this book provides a complete source code.
Platform: | Size: 12346368 | Author: | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net